Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnCodecs Class > SaveAll Method : SaveAll(String,AnnContainer[],AnnFormat) Method |
public void SaveAll( string fileName, AnnContainer[] containers, AnnFormat format )
'Declaration
Public Overloads Sub SaveAll( _ ByVal fileName As String, _ ByVal containers() As AnnContainer, _ ByVal format As AnnFormat _ )
public void SaveAll( string fileName, AnnContainer[] containers, AnnFormat format )
-(void) saveAll:(NSString*)fileName
container:(NSArray*)containers
savePageNumber:(int)savePageNumber;
public void saveAll(String fileName, AnnContainer[] containers, AnnFormat format);
function Leadtools.Annotations.Core.AnnCodecs.SaveAll(String,AnnContainer[],AnnFormat)( fileName , containers , format )
This method will override any existing data in fileName if it is not a new file.
This method uses the values of AnnContainer.PageNumber during its operation. The page numbers will be saved along with each container.
The AnnContainer.PageNumber value of each container will be used to indicate the output page number. If more than one container has the same value for PageNumber, then only the last container is used. Any AnnContainer object that is null in the array will be ignored.
The SerializeOptions property can contain optional options and events to use during saving of annotations data.
For more information, refer to Annotation Files.